﻿.noscroll {
    height: 100%;
    overflow: hidden;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-border-bottom {
    border-bottom: 0 !important;
}

.no-border-top {
    border-top: 0 !important;
}

.no-border-left {
    border-left: 0 !important;
}

.no-border-right {
    border-right: 0 !important;
}

.no-border {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #ccc;
}

.default-bg-color {
    background-color: inherit !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

/* banner */
.banner {
}

    .banner .swiper-container {
        height: 700px;
        text-align: center;
    }

.index_col {
    padding: 70px 0;
}

    .index_col li {
        float: left;
        width: 20%;
        text-align: center;
        list-style: none;
    }

    .index_col .index_col_item {
        padding: 0 10px;
    }

    .index_col li p {
        font-size: 18px;
        color: #000;
        padding: 10px 0;
    }

    .index_col li span {
        color: #666;
        font-size: 14px;
    }

.index_module {
    background: url(../images/infra/whole_house_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding-top: 90px;
}

    .index_module .index_module_header {
        height: 187px;
        background: url(../images/infra/home_tit_png.png) no-repeat top center;
        padding-top: 80px;
    }

        .index_module .index_module_header h2 {
            display: block;
            font-size: 28px;
            line-height: 28px;
            color: #071e4d;
            font-weight: lighter;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        .index_module .index_module_header h1 {
            font-size: 38px;
            line-height: 48px;
            color: #0f2450;
            letter-spacing: 7px;
        }

    .index_module .index_module_des {
        margin-top: 10px;
        font-size: 22px;
        color: #664d02;
        letter-spacing: 5px;
        font-weight: lighter;
    }

        .index_module .index_module_des span {
            position: relative;
        }

            .index_module .index_module_des span:before,
            .index_module .index_module_des span:after {
                position: absolute;
                top: 50%;
                content: "";
                width: 60px;
                height: 1px;
                background: #8c6900;
            }

            .index_module .index_module_des span:before {
                left: -75px;
            }

            .index_module .index_module_des span:after {
                right: -75px;
            }

    .index_module .more {
        display: inline-block;
        padding: 10px 20px;
        text-align: center;
        color: white;
        background: #fcb509;
        border-radius: 5px;
        font-size: 20px;
        transition: all 0.5s;
    }

        .index_module .more:hover {
            transform: scale(1.2);
        }

.index_02 .tabs-nav {
    width: 650px;
    margin: 0 auto;
}

    .index_02 .tabs-nav li {
        width: 33.3%;
        text-align: center;
    }

        .index_02 .tabs-nav li span {
            display: block;
            border: 1px solid #ccc;
            padding: 5px;
            margin: 0 15px;
        }

        .index_02 .tabs-nav li.active span {
            background-color: #512005;
            color: #fff;
        }

.index_02 .tab-panel ul li {
    display: inline-block;
    float: none;
    width: 29.6%;
    text-align: center;
}

.index_02_item {
    position: relative;
    height: 410px;
    margin: 2px;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}

    .index_02_item > img {
        width: 550px;
        height: 100%;
    }

    .index_02_item .index_02_item_cover {
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0px;
        bottom: 0px;
        height: 0px;
        background: rgba(0, 0, 0, 0.5) !important;
        background: #000;
        filter: Alpha(opacity=50);
        transition: all 0.5s ease;
    }

        .index_02_item .index_02_item_cover img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            margin: 10px 0px;
        }

        .index_02_item .index_02_item_cover h2 {
            text-align: center;
            font-weight: normal;
            width: 200px;
            margin: 190px auto 0;
        }

            .index_02_item .index_02_item_cover h2 a {
                color: #fff;
                width: 100%;
                font-size: 22px;
                display: block;
                height: 36px;
                line-height: 36px;
                border: 1px solid #fff;
            }

                .index_02_item .index_02_item_cover h2 a:hover {
                    background: #b40000;
                }

        .index_02_item .index_02_item_cover h3 {
            color: #fff;
            line-height: 30px;
        }

    .index_02_item:hover .index_02_item_cover {
        height: 100%;
        opacity: 1;
        transition: height 0.5s ease;
    }

    .index_02_item .index_02_item_cover img {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        -ms-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
    }

        .index_02_item .index_02_item_cover img:hover {
            -webkit-transform: rotate(720deg);
            -moz-transform: rotate(720deg);
            -ms-transform: rotate(720deg);
            -o-transform: rotate(720deg);
        }

#vr-swiper.swiper-container {
    height: 400px;
}

#vr-swiper .swiper-slide {
    height: 400px;
    width: 800px;
    border-radius: 35px;
    overflow: hidden;
}

#vr-swiper .swiper-slide-active {
    border: 6px solid #ffad2d;
}

#vr-swiper .swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#vr-swiper .icon-play {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: url(../images/infra/icon-play.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#vr-swiper .certifyLeft,
#vr-swiper .certifyRight {
    width: 100px;
    height: 400px;
    position: absolute;
    z-index: 9999999999;
    cursor: pointer;
}

#vr-swiper .certifyLeft {
    left: 0;
}

#vr-swiper .certifyRight {
    right: 0;
}

#vr-swiper .certifyLeftBtn {
    width: 55px;
    height: 100px;
    background: url(../images/infra/newLeft.png) no-repeat center;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    top: 50%;
    margin-top: -50px;
    left: 0;
    cursor: pointer;
}

#vr-swiper .certifyRightBtn {
    width: 55px;
    height: 100px;
    background: url(../images/infra/newRight.png) no-repeat center;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    top: 50%;
    margin-top: -50px;
    right: -45px;
    cursor: pointer;
}

.index_04 .border-bottom {
    padding-top: 10px;
    border-bottom: 2px solid #ccc;
    width: 60%;
    margin: 0 auto;
}

.index_04 .swiper-slide:nth-child(odd) {
    margin-top: 30px;
}

.index_04 .swiper-slide p {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.index_04 .swiper-slide img {
    width: 100%;
    height: 270px;
}

.index_04 .swiper-slide .border {
    position: absolute;
    border: 1px solid #fff;
    z-index: 1;
    display: block;
    background: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.index_05 .swiper-wrapper {
    margin-top: 30px;
}

.index_05 .swiper-slide img {
    height: 400px;
}

.index_05 .pager {
    position: absolute;
    top: 0;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    z-index: 99;
}

    .index_05 .pager .btn-prev,
    .index_05 .pager .btn-next {
        display: inline-block;
        height: 20px;
        width: 20px;
        background-repeat: no-repeat;
        background-size: contain;
        background-size: 10px 15px;
        background-position: center center;
        cursor: pointer;
    }

    .index_05 .pager .btn-prev {
        background-image: url(../images/infra/icon-prev-gray.png);
    }

    .index_05 .pager .btn-next {
        background-image: url(../images/infra/icon-next-gray.png);
    }

    .index_05 .pager .btn-more {
        display: inline-block;
        margin: 0 30px;
        padding: 3px 15px;
        background-color: #ddd;
        vertical-align: top;
    }

.index_06 {
    /* background: #f7f7f7; */
}

    .index_06 .nav_type > .tabs-nav {
        width: 300px;
        margin: 0 auto;
    }

        .index_06 .nav_type > .tabs-nav li {
            width: 50%;
            text-align: center;
        }

            .index_06 .nav_type > .tabs-nav li span {
                display: block;
                border: 1px solid #ccc;
                padding: 5px;
                margin: 0 15px;
            }

            .index_06 .nav_type > .tabs-nav li.active span {
                background-color: #512005;
                color: #fff;
            }

.nav_brand .tabs-nav li {
    width: 20%;
}

.nav_brand .index_06_cover {
    margin: 10px;
    height: 82px;
    overflow: hidden;
}

.nav_brand .tabs-nav li a {
    position: relative;
    top: 0;
    display: block;
    transition: all 0.3s ease-in;
    height: 100%;
}

.nav_brand .tabs-nav li img {
    display: block;
    width: 100%;
    height: 100%;
}

.nav_brand .tabs-nav li.active .index_06_cover {
    border: 2px solid #fcb509;
}

.nav_brand .tabs-nav li.active a {
    top: -100%;
}

.nav_brand .tab-panel img {
    width: 100%;
}

.index_07 .tabs-nav {
    width: 400px;
    margin: 0 auto;
}

    .index_07 .tabs-nav li {
        width: 33.33%;
        text-align: center;
    }

        .index_07 .tabs-nav li span {
            display: block;
            border: 1px solid #ccc;
            padding: 5px;
            margin: 0 15px;
        }

        .index_07 .tabs-nav li.active span {
            background-color: #512005;
            color: #fff;
        }

.index_07 .col-6 {
    height: 450px;
}

.index_article-complex {
    width: 100%;
    background-color: #fff;
}

    .index_article-complex .index_article-cover {
        height: 360px;
        overflow: hidden;
    }

    .index_article-complex img {
        height: 360px;
        width: 100%;
    }

        .index_article-complex img:hover {
            transform: scale(1.05);
            -webkit-transform: scale(1.05);
        }

    .index_article-complex .text {
        padding: 25px 25px;
    }

    .index_article-complex .index_article-date {
        font-size: 12px;
        color: #bbbbbb;
    }

    .index_article-complex .index_article-title {
        font-size: 18px;
        color: #222222;
    }

    .index_article-complex .index_article-des {
        margin-top: 12px;
        font-size: 12px;
        color: #999999;
        padding-right: 70px;
        position: relative;
    }

        .index_article-complex .index_article-des span {
            position: absolute;
            top: 0;
            right: 0;
            color: #b48b62;
        }

.index_artice-list {
}

    .index_artice-list li {
        border-bottom: 1px solid #e5e5e5;
    }

    .index_artice-list a {
        display: block;
        position: relative;
        padding: 20px 20px 20px 150px;
    }

        .index_artice-list a:after {
            content: "";
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 0;
            height: 2px;
            background: #b48b62;
            -webkit-transition: all ease 0.4s;
            -moz-transition: all ease 0.4s;
            -ms-transition: all ease 0.4s;
            -o-transition: all ease 0.4s;
            transition: all ease 0.4s;
        }

        .index_artice-list a:hover {
            -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
            -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
            -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
            -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
        }

            .index_artice-list a:hover:after {
                width: 100%;
            }

            .index_artice-list a:hover .article-title {
                color: #b48b62;
            }

    .index_artice-list .article-date {
        position: absolute;
        top: 18px;
        left: 30px;
        height: 55px;
        width: 105px;
        border-right: 1px dotted #e1dfe0;
    }

        .index_artice-list .article-date span {
            display: block;
            font-size: 24px;
        }

        .index_artice-list .article-date p {
            margin-top: 5px;
            font-size: 12px;
            color: #999999;
        }

    .index_artice-list .article-title {
        font-size: 18px;
        color: #222222;
    }

    .index_artice-list .article-des {
        margin-top: 12px;
        font-size: 12px;
        color: #999999;
        padding-right: 70px;
        position: relative;
    }

.article p {
    margin-bottom: 30px;
    line-height: 30px;
    text-indent: 2em;
}

/* 新闻列表页 */
.article-list .article-item {
    padding: 20px;
    margin-bottom: 20px;
}

    .article-list .article-item:last-child {
        margin-bottom: 0;
    }

.article-item .article-img {
    overflow: hidden;
}

    .article-item .article-img img {
        width: 320px;
        height: 230px;
    }

.article-item .article-text {
    margin-left: 320px;
    padding: 20px 20px 20px 40px;
    overflow: hidden;
}

.article-text h3 {
    padding-left: 30px;
    background: url(../images/infra/icon-hot.png) no-repeat center left;
    background-size: contain;
    font-size: 24px;
    font-weight: normal;
}

.article-text a:hover {
    color: #c81408;
    text-decoration: none;
}

.article-text p {
    line-height: 25px;
}

.article-text .article-date {
    padding-left: 25px;
    background: url(../images/infra/icon-date.png) no-repeat center left;
    background-size: contain;
    margin-top: 10px;
}

.article-text .article-detail {
    padding: 7px 30px;
}

    .article-text .article-detail:hover {
        color: #fff;
        border-color: #fe1000;
        background: #c81408;
    }

.article-side {
    width: 300px;
    background-color: #fff;
}

.article-main {
    margin-right: 300px;
    background-color: #fff;
    padding: 30px;
}

.article {
    overflow: hidden;
}

    .article h1 {
        color: #333;
        font-size: 20px;
        font-weight: bold;
    }

    .article img {
        text-align: center;
    }

.article-nav {
    overflow: hidden;
}

    .article-nav .article-next,
    .article-nav .article-prev {
        width: 50%;
    }

    .article-nav img {
        width: 95px;
        height: 70px;
    }

    .article-nav p {
        padding: 20px 10px;
        line-height: 30px;
    }

    .article-nav a:hover {
        color: #ffad2d;
    }

    .article-nav .article-prev {
        padding-left: 40px;
        background: url(../images/infra/icon-prev-gray.png) no-repeat 10px center;
        background-size: 15px;
    }

    .article-nav .article-next {
        padding-right: 40px;
        background: url(../images/infra/icon-next-gray.png) no-repeat 97% center;
        background-size: 15px;
    }

.online-apply {
    background-color: #3e3a39;
    color: #fff;
    padding: 25px 10px;
    margin-bottom: 20px;
}

    .online-apply input[type="checkbox"] {
        margin-right: 5px;
        margin-bottom: 2px;
    }

    .online-apply .online-apply-num {
        display: inline-block;
        width: 20px;
        height: 30px;
        line-height: 30px;
        background: #777;
        margin: 0 1px;
        font-size: 24px;
        border-radius: 4px;
        text-align: center;
    }

.article-list-sm {
    padding: 15px;
    border: 1px solid #ccc;
}

    .article-list-sm .article-list-sm-header {
        position: relative;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

        .article-list-sm .article-list-sm-header h3 {
            font-size: 20px;
            color: #ffad2d;
        }

    .article-list-sm .more {
        position: absolute;
        top: 5px;
        right: 0;
    }

    .article-list-sm .article-item-sm li {
        margin-bottom: 10px;
        background: url(../images/infra/circle-sm.png) no-repeat left center;
        padding-left: 10px;
        background-size: 5px;
    }

        .article-list-sm .article-item-sm li:last-child {
            margin-bottom: 0;
        }

        .article-list-sm .article-item-sm li a:hover {
            color: #ffad2d;
        }

.article-anli-wrap {
    margin: -5px -5px -10px -5px;
}

    .article-anli-wrap li {
        width: 50%;
        float: left;
    }

.article-anli {
    padding: 5px 5px;
}

    .article-anli img {
        width: 100%;
        height: 80px;
    }

.article-last-list img {
    width: 100%;
    height: 100%;
}

.designer-list {
    margin: 0 -5px;
}

    .designer-list > li {
        float: left;
        width: 25%;
        height: 531px;
    }

    .designer-list .designer-item {
        position: relative;
        margin: 10px 5px;
        overflow: hidden;
        background: #fff;
        cursor: default;
    }

.designer-come {
    border: 1px solid #ddd;
}

    .designer-come h4 {
        width: 290px;
        height: 391px;
        overflow: hidden;
    }

        .designer-come h4 img {
            width: 100%;
        }

    .designer-come h5 {
        height: 56px;
        padding: 0 25px;
        border-bottom: 1px solid #e9e9e9;
        line-height: 56px;
    }

        .designer-come h5 font {
            font-size: 20px;
            color: #333;
        }

        .designer-come h5 span {
            padding-left: 10px;
            font-size: 14px;
            color: #ff0000;
        }

            .designer-come h5 span i {
                display: inline-block;
                width: 18px;
                height: 14px;
                background: url(../images/infra/icon_19.png) no-repeat right top;
                vertical-align: middle;
            }

    .designer-come h6 {
        padding: 12px 25px 12px 25px;
        font-size: 14px;
        color: #999;
    }

.designer-eject {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 35px 20px;
    background: url(../images/infra/data_02.png) no-repeat top center;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-size: cover;
}

    .designer-eject.on {
        display: none;
    }

    .designer-eject .a1 div.pull-left {
        width: 98px;
        height: 132px;
        overflow: hidden;
        background: #fff;
    }

        .designer-eject .a1 div.pull-left img {
            width: 100%;
        }

    .designer-eject .a1 div.pull-right {
        width: 90px;
        margin-top: 10px;
    }

        .designer-eject .a1 div.pull-right h4 {
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            line-height: 24px;
        }

        .designer-eject .a1 div.pull-right h5 {
            font-size: 14px;
            color: #ff0000;
            line-height: 30px;
        }

            .designer-eject .a1 div.pull-right h5 i {
                display: inline-block;
                width: 18px;
                height: 14px;
                background: url(../images/infra/icon_19.png) no-repeat right top;
                vertical-align: middle;
            }

        .designer-eject .a1 div.pull-right h6 {
            padding-top: 5px;
            font-size: 12px;
            color: #999999;
        }

    .designer-eject .a2 {
        position: relative;
        width: 100%;
        height: 136px;
        overflow: hidden;
        margin: 35px 0;
    }

        .designer-eject .a2 h5 img {
            width: 100%;
        }

        .designer-eject .a2 h6 {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 34px;
            background: url(../images/infra/icon_20.png) repeat;
            font-size: 12px;
            color: #999;
            text-align: center;
            line-height: 34px;
        }

    .designer-eject .a3 a {
        display: block;
        width: 100%;
        height: 40px;
        background: #ff0000;
        font-size: 18px;
        color: #fff;
        text-align: center;
        line-height: 40px;
    }

.designer-item:hover .designer-eject {
    visibility: inherit;
    opacity: 1;
}

.designer-main {
    margin-right: 300px;
    background-color: #fff;
    overflow: hidden;
}

.designer-summary .designer-img {
    width: 300px;
    height: 450px;
}

.designer-summary .designer-info {
    margin-left: 300px;
    padding: 30px;
    overflow: hidden;
}

.designer-info h1 {
    font-size: 36px;
    color: #333333;
    line-height: 36px;
}

.designer-info .title {
    display: inline-block;
    height: 27px;
    padding: 0 20px;
    border-radius: 20px;
    background: #e1112a;
    font-size: 14px;
    color: #fff;
    line-height: 27px;
}

.designer-info .detail {
    line-height: 25px;
    height: 199px;
    overflow: auto;
}

.designer-anli {
    padding: 30px 30px 0 0;
}

    .designer-anli .designer-anli-header {
        margin-bottom: 20px;
    }

.designer-anli-header h2 {
    font-size: 22px;
    border-bottom: 2px solid #ccc;
    line-height: 35px;
    color: #333;
}

    .designer-anli-header h2 span {
        display: inline-block;
        border-bottom: 2px solid #b48b62;
        margin-bottom: -2px;
    }

.designer-anli-list {
    margin: 0 -5px;
}

    .designer-anli-list > li {
        float: left;
        width: 33.33%;
    }

.designer-anli-item {
    margin: 10px 5px;
    border: 1px solid #ccc;
    overflow: hidden;
}

    .designer-anli-item:hover {
        box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .designer-anli-item h3 {
        padding: 0 22px;
        font-size: 16px;
        color: #000;
        border-bottom: 1px solid #ccc;
        line-height: 46px;
    }

    .designer-anli-item p {
        padding: 5px 10px;
    }

    .designer-anli-item span {
        margin-right: 10px;
    }

.filter {
    border: 1px solid #ccc;
    background: #fff;
}

    .filter li:first-child {
        border-top: none;
    }

    .filter li span {
        float: left;
        width: 135px;
        border-right: 1px solid #ccc;
        font-size: 16px;
        color: #666;
        text-align: center;
        cursor: default;
    }

    .filter li {
        height: 60px;
        overflow: hidden;
        border-top: 1px solid #ccc;
        line-height: 60px;
    }

        .filter li a.fsx {
            /*margin: 0 15px 0 30px;*/
            color: rgb(255, 0, 0);
        }

        .filter li a {
            margin: 0 15px;
            font-size: 13px;
            color: #666;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

        .filter li span img {
            display: inline-block;
            width: 20px;
            height: 20px;
            margin-top: -5px;
            padding-right: 10px;
            vertical-align: middle;
        }

.filter {
    border: 1px solid #ccc;
    background: #fff;
}

.case-list {
    margin: 0 -10px;
}

    .case-list > li {
        float: left;
        width: 33.33%;
    }

.case-item {
    position: relative;
    margin: 10px;
    border: 1px solid #ccc;
    font-size: 12px;
}

    .case-item .cover {
        width: 100%;
        height: 469px;
    }

    .case-item .avatar {
        position: absolute;
        right: 20px;
        bottom: 35px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border: 1px solid #ccc;
        padding: 1px;
        background-color: #fff;
    }

    .case-item h2 {
        font-size: 16px;
        margin-top: 10px;
        color: #000;
    }

.case-detail h1 {
    font-size: 26px;
    color: #000;
    padding-bottom: 20px;
}

.case-side {
    width: 300px;
}

    .case-side .side-designer {
        padding: 10px;
        border: 1px solid #ccc;
    }

.side-designer img {
    width: 100%;
    height: 350px;
}

.side-calculator {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 20px;
    background: url(../images/infra/side-calculator.jpg) 0 0 no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .side-calculator:first-child {
        margin-top: 0;
    }

    .side-calculator.sm {
        height: 300px;
    }

    .side-calculator dl {
        padding: 25px 0 20px;
        text-align: center;
        color: #ffffff;
    }

        .side-calculator dl dt {
            font-size: 22px;
            font-weight: normal;
            line-height: 1.42857143;
        }

        .side-calculator dl dd {
            font-size: 14px;
            line-height: 1.42857143;
        }

.calculator-form {
    padding: 10px 22px;
}

    .calculator-form .form-group {
        margin-left: -3px;
        margin-right: -3px;
        padding: 5px 0;
    }

        .calculator-form .form-group .col-6,
        .calculator-form .form-group .col-4,
        .calculator-form .form-group .col-12 {
            padding-left: 3px;
            padding-right: 3px;
        }

.calculator-screen {
    margin: 0 22px;
    height: 55px;
    background: url(../images/infra/calculator-screen.gif) center no-repeat;
    background-size: 100% 100%;
}

.calculator-form {
    padding: 10px 22px;
}

    .calculator-form .form-control {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .calculator-form .area {
        position: relative;
    }

        .calculator-form .area .form-control {
            padding-right: 30px;
        }

        .calculator-form .area .m2 {
            position: absolute;
            right: 10px;
            top: 10px;
            font-size: 12px;
        }

    .calculator-form .btn-box {
        margin-top: 15px;
    }

        .calculator-form .btn-box .btn {
            background-color: #b69454;
            font-size: 16px;
            color: #ffffff;
        }

.case-main {
    /*  margin-right: 300px;*/
    padding-right: 50px;
    /*  text-align:center;*/
}

.case-module-header {
    border-left: 5px solid #fcb509;
    padding-left: 2px;
}

    .case-module-header h3 {
        background-color: #eee;
        line-height: 30px;
    }

        .case-module-header h3 span {
            display: inline-block;
            background-color: #ddd;
            padding: 0 15px;
        }

.case-module-body {
    padding: 20px 0;
}

.case-swiper {
    height: 200px;
}

    .case-swiper img {
        width: 100%;
    }

.brand-wrap {
    overflow: hidden;
}

.brand-side {
    width: 300px;
}

    .brand-side .brand-category {
        border: 1px solid #e2e2e2;
        border-width: 1px 0;
    }

        .brand-side .brand-category a {
            display: block;
            line-height: 55px;
            padding-left: 50px;
            font-size: 16px;
            color: #333;
            background-color: #f8f8f8;
            border: 1px solid #e2e2e2;
            border-width: 0 1px;
        }

.brand-category a:nth-child(2n-1) {
    background-color: #f1f1f1;
}

.brand-category span:last-child {
    margin-right: 20px;
    color: #d2d2d2;
}

.brand-category a.active,
.brand-category a:hover {
    background-color: #fff;
    border-left-color: #ff343f;
    color: #fe343f;
    border-right-color: #fff;
}

    .brand-category a.active span,
    .brand-category a:hover span {
        color: #aeaeae;
    }

.brand-main {
    margin-left: 300px;
    padding-left: 50px;
    overflow: hidden;
}

    .brand-main h2 {
        font-size: 22px;
        color: #000;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
    }

        .brand-main h2 span {
            font-size: 16px;
            margin-left: 10px;
        }

.brand-list > li {
    width: 33.33%;
    float: left;
}

.brand-list .brand-item {
    margin: 20px 10px;
    overflow: hidden;
}

.brand-item .img-wrap {
    padding-bottom: 60%;
}

.brand-item .brand-name {
    background-color: #dbdcdb;
    padding: 10px 0;
    text-align: center;
    letter-spacing: 5px;
}

.office-wrap {
    margin-top: 60px;
    padding-top: 40px;
}

    .office-wrap .office-side {
        width: 350px;
    }

.office-side .office-designer {
    background: #f5f5f5;
    padding: 35px 25px 25px;
}

.office-designer h2 {
    margin-right: 10px;
    font-size: 24px;
    color: #333333;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

    .office-designer h2 span {
        font-size: 12px;
        color: #999999;
        letter-spacing: 2px;
    }

.office-designer .col-12 {
    margin: 0 -15px;
}

.office-designer .designer-avatar .img-wrap {
    padding-bottom: 140%;
}

.office-designer .tit {
    font-size: 20px;
    color: #333333;
    letter-spacing: 2px;
    margin-top: 30px;
}

.office-designer .tip {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 1px;
}

.office-designer .btn-action {
    margin-top: 20px;
    text-align: center;
}

    .office-designer .btn-action a {
        display: block;
        margin-bottom: 8px;
        line-height: 22px;
        border: 1px solid #b48b62;
        color: #b48b62;
        font-size: 12px;
        text-transform: uppercase;
    }

        .office-designer .btn-action a:hover,
        .office-designer .btn-action a.active {
            background: #b48b62;
            color: #ffffff;
        }

.office-wrap .office-main {
    position: relative;
    margin-right: 350px;
    padding-right: 40px;
    overflow: hidden;
}

    .office-wrap .office-main:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 3px;
        background: #b48b62;
    }

.office-main .title {
    font-size: 24px;
    color: #333333;
}

.office-main .tip {
    margin-bottom: 20px;
    display: inline-block;
    background: #0a2444;
    color: #ffffff;
    font-size: 12px;
    width: 110px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}

.office-main .con {
    line-height: 30px;
}

    .office-main .con p {
        text-indent: 2em;
    }

.office-nav {
    padding-top: 25px;
    border-top: 1px dotted #e1dfe0;
}

    .office-nav a {
        max-width: 48%;
        display: inline-block;
        position: relative;
        line-height: 30px;
        color: #777777;
    }

        .office-nav a:before {
            content: "";
            width: 11px;
            height: 11px;
            position: absolute;
            top: 50%;
            margin-top: -5px;
        }

    .office-nav .prev {
        float: left;
        padding-left: 20px;
    }

        .office-nav .prev:before {
            left: 0;
            background-image: url(../images/infra/office-nav_prev.png);
            background-size: cover;
        }

    .office-nav .next {
        float: right;
        padding-right: 20px;
    }

        .office-nav .next:before {
            right: 0;
            background-image: url(../images/infra/office-nav_next.png);
            background-size: cover;
        }

    .office-nav a:hover {
        color: #b48b62;
    }

    .office-nav .prev:hover:before {
        background-image: url(../images/infra/office-nav_prevh.png);
    }

    .office-nav .next:hover:before {
        background-image: url(../images/infra/office-nav_nexth.png);
    }

.case-office-list > li {
    width: 33.33%;
    float: left;
}

.case-office-list .case-office-item {
    margin: 10px;
    display: block;
    background: #ffffff;
    position: relative;
    border: 1px solid #eeeeee;
}

.case-office-item .office-item-img {
    position: relative;
}

.office-item-img .img-wrap {
    padding-bottom: 75%;
}

.office-item-img .pop {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(10, 36, 68, 0.8);
    text-align: center;
    overflow: hidden;
}

.office-item-img:hover .pop {
    height: 100%;
}

.office-item-img .pop .con {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}

    .office-item-img .pop .con + i {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

.office-item-img .pop p {
    margin: 0 auto 20px;
    max-width: 340px;
    color: #ffffff;
    font-size: 12px;
    line-height: 28px;
    max-height: 48px;
    overflow: hidden;
}

.office-item-img .pop span {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(../images/infra/ico_search.png);
}

.office-item-text {
    padding: 15px 25px;
    border-top: 1px solid #eeeeee;
}

    .office-item-text .tit {
        text-align: center;
    }

        .office-item-text .tit span {
            display: block;
            color: #101b26;
            line-height: 26px;
            font-size: 20px;
        }

        .office-item-text .tit em {
            position: absolute;
            top: 0;
            right: 0;
            line-height: 26px;
            background: url(../images/infra/ico_heart.png) no-repeat left;
            padding-left: 22px;
            color: #101b26;
            font-size: 16px;
            font-style: normal;
            cursor: pointer;
        }

    .office-item-text .des {
        margin-top: 10px;
    }

        .office-item-text .des span {
            margin: 0 8px;
        }

    .office-item-text:hover .img img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    .office-item-text:hover .pop {
        height: 100%;
    }

    .office-item-text:hover .tit span {
        color: #b48b62;
    }

    .office-item-text:hover .tit em,
    .office-item-text .tit em.active {
        background: url(../images/infra/ico_heart_h.png) left no-repeat;
        color: #b48b62;
    }

.modal-grid {
    width: 250px;
    margin: 0 auto;
}

    .modal-grid .modal-grid-line {
        margin-top: 10px;
        overflow: hidden;
        zoom: 1;
    }

        .modal-grid .modal-grid-line:first-child {
            margin-top: 0;
        }

    .modal-grid .modal-grid-item {
        float: left;
        width: 35.25%;
        color: #636363;
    }

    .modal-grid .modal-grid-line:first-child .modal-grid-item:first-child {
        padding-top: 0;
        font-size: 12px;
    }

    .modal-grid .modal-grid-item:first-child {
        text-indent: 1em;
        width: 25%;
        padding-top: 3px;
        font-size: 16px;
    }

    .modal-grid .modal-grid-item-large {
        width: 75%;
    }

.time-tip {
    font-size: 12px;
    color: #636363;
}

.number-sub,
.number-text,
.number-plus {
    display: inline-block;
    border: 1px solid #b3b3b3;
    width: 45px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 0;
}

.number-sub {
    border-radius: 5px 0 0 5px;
}

.number-plus {
    border-radius: 0 5px 5px 0;
}

.number-text {
    width: 61px;
    margin: 0 -1px 0 -1px;
    font-size: 16px;
}

.modal .btn-line.selected {
    background: url(../../images/ui/choose.png) no-repeat bottom right #8b9bac;
    background-image: -webkit-image-set( url("../../images/ui/choose.png") 1x, url("../../images/ui/choose@2x.png") 2x );
    border-color: #aaaaaa;
    color: #fff;
}

/*.contact {
  margin-right: 20px;
}*/
.contact-more {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
}

    .contact-more .icon {
        display: block;
    }

.contact-no {
    text-align: center;
    line-height: 30px;
}

.contact-item {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
}

.contact .contact-label {
    float: left;
    text-align: right;
    width: 90px;
}

.contact .contact-userinfo {
    margin-left: 90px;
    overflow: hidden;
    zoom: 1;
}

.contact .contact-receiver,
.contact .contact-phone {
    float: left;
    min-width: 65px;
    overflow: hidden;
}

.contact .contact-phone {
    width: 105px;
}

.contact-more a {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7.5px;
}

.modal-product-custom {
    margin-left: 130px;
}

    .modal-product-custom p {
        margin-top: 15px;
    }

        .modal-product-custom p:first-child {
            margin-top: 0;
        }

.sub-modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .sub-modal .sub-modal-mask {
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.3);
    }

    .sub-modal .sub-modal-wrap {
        position: absolute;
        width: 230px;
        height: 180px;
        top: 50%;
        left: 50%;
        margin-top: -75px;
        margin-left: -115px;
        background-color: #b2e558;
        text-align: center;
        border-radius: 5px;
    }

.success-text {
    font-size: 18px;
    color: #fff;
    margin-top: 25px;
    text-indent: 1em;
}

/*tab*/

/*nav*/
.tabbable .tab-nav {
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    zoom: 1;
}

    .tabbable .tab-nav li {
        float: left;
        padding: 10px 0;
        font-size: 14px;
    }

    .tabbable .tab-nav.columns-3 li {
        width: 33%;
    }

    .tabbable .tab-nav li.active {
        border-bottom: 2px solid #ff5757;
        color: #ff5757;
    }

.tabbable .tab-content {
    padding: 10px 20px;
}

    .tabbable .tab-content .tab-pane {
        display: none;
    }

        .tabbable .tab-content .tab-pane.active {
            display: block;
        }

#waterfall {
    margin: 0px auto;
    width: 1000px;
    text-align: center;
}

    #waterfall img {
        width: 203px;
    }

    #waterfall .cell {
        background: rgb(255, 255, 255);
        padding: 10px 0px 5px;
        border: 1px solid rgb(227, 227, 227);
        width: 223px;
        margin-top: 20px;
        box-shadow: 0px 2px 3px 1px #ccc;
    }

        #waterfall .cell:hover {
            box-shadow: 0px 2px 3px 1px #999;
        }

.active_cont,
.active_goods,
.activ_img {
    width: 1000px;
    margin: 0 auto;
    font-size: 14px;
    font-family: "microsoft yahei";
    color: #333;
    padding-top: 30px;
}

    .active_cont span,
    .active_goods span,
    .activ_img span {
        height: 50px;
    }

    .active_cont p,
    .active_goods p {
        padding: 30px;
        line-height: 35px;
    }

        .active_cont p b,
        .active_goods p b {
            color: #0099ff;
            font-size: 16px;
        }

.a_urse {
    width: 200px;
    height: 20px;
    line-height: 20px;
    margin: 10px 0px 0px 10px;
    overflow: hidden;
}

    .a_urse img {
        padding: 0px 10px 0px 0px;
        width: 35px;
        height: 35px;
    }

.a_icon {
    height: 20px;
    line-height: 20px;
    color: #999;
    font-size: 12px;
}

.i_zan {
    width: 21px;
    height: 19px;
    display: block;
    background: url(../images/infra/weipai_25-10.jpg) 5px 6px no-repeat;
    float: left;
    margin: 0px 0px 0px 10px;
}

.i_vison {
    width: 21px;
    height: 19px;
    display: block;
    background: url(../images/infra/weipai_25.jpg) 5px 6px no-repeat;
    float: left;
    margin: 0px 0px 0px 10px;
}

.company-list {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

    .company-list .gallery {
        background: none;
    }

    .company-list .gallery-wrap {
        background: url(../images/infra/gywm4_03.jpg) no-repeat top center;
        background-size: 100% auto;
        height: 100%;
    }

.gallery .swiper-button-prev {
    top: 25px;
    z-index: 999;
    right: 97px;
    left: auto;
    transform: rotate(90deg);
}

.gallery .swiper-button-next {
    top: 575px;
    z-index: 999;
    right: 97px;
    left: auto;
    transform: rotate(90deg);
}

.gallery-thumbs.gallery-thumbs-side {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 99;
    width: 20%;
    height: 500px;
    width: 100px;
    right: 60px;
    margin-top: 0 !important;
}

.gallery-thumbs-side .swiper-slide {
    visibility: hidden;
    margin-left: 0;
    margin: 0 auto;
    padding: 1px;
    background-color: #fff;
    border: #787477 solid 2px;
    border-radius: 50%;
}

    .gallery-thumbs-side .swiper-slide img {
        border-radius: 50%;
        width: 100%;
        height: 100%;
    }

.gallery-thumbs-side .swiper-button-prev {
    top: 15px;
    left: 50%;
    transform: rotate(90deg);
    margin-left: -15px;
}

.gallery-thumbs-side .swiper-button-next {
    bottom: 0px;
    top: auto;
    left: 50%;
    transform: rotate(90deg);
    margin-left: -15px;
}

.branch-store-wrap {
    background-color: #fff;
    margin: 30px;
    padding: 20px 20px;
    width: 75%;
}

.branch-store > .pull-left {
    width: 100px;
    padding-top: 20px;
}

.branch-store .branch-store-info {
    margin-left: 100px;
    padding-left: 10px;
    overflow: hidden;
}

.branch-store-info h2 {
    font-size: 20px;
    color: #333;
}

.branch-store-wrap .branch-store-img-container {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.branch-store-img-container li {
    float: left;
    width: 50%;
}

    .branch-store-img-container li > div {
        margin: 10px;
        padding-bottom: 60%;
        background: no-repeat center center;
        background-size: contain;
    }

.branch-store-map {
    height: 600px;
    width: 1000px;
    background: no-repeat center;
    background-size: cover;
}


.SideFloat {
    z-index: 100;
    position: fixed;
    width: 64px;
    top: 160px;
    right: 10px;
    border: 1px solid #bfbfbf;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
    _margin-top: 220px;
}

    .SideFloat li {
        z-index: 1;
        position: relative;
        text-align: center;
        line-height: 24px;
        background: #fff;
        list-style: none;
    }

        .SideFloat li a {
            position: relative;
            display: block;
            width: 64px;
            border-bottom: 1px solid #bfbfbf;
            color: #777;
        }

            .SideFloat li a i {
                display: block;
                width: 40px;
                height: 40px;
                margin: 0 auto;
                background: url(../images/infra/side_float.png) no-repeat;
            }

            .SideFloat li a:hover {
                color: #fff;
            }

        .SideFloat li.qq a:hover i {
            background-position: -40px 0;
        }

        .SideFloat li.qq .kefu_msg {
            width: 14px;
            height: 14px;
            position: absolute;
            right: 8px;
            top: 2px;
            background: red;
            border-radius: 100%;
            font-size: 10px;
            text-align: center;
            line-height: 14px;
            color: white;
            animation: msg-animate 1s infinite;
            -moz-animation: msg-animate 1s infinite;
            -webkit-animation: msg-animate 1s infinite;
        }

        .SideFloat li.baojia {
        }

            .SideFloat li.baojia a i {
                background-position: 0 -40px;
            }

            .SideFloat li.baojia a .posa {
                display: none;
                opacity: 0;
                background: #c81408;
                top: -1px;
                right: -86px;
                line-height: 66px;
                width: 125px;
                font-size: 16px;
                padding-right: 10px;
                color: #fff;
            }

                .SideFloat li.baojia a .posa i {
                    float: left;
                    margin: 13px 0;
                    background-position: -40px -40px;
                }

        .SideFloat li.wechat {
        }

            .SideFloat li.wechat a i {
                background-position: 0 -80px;
            }

            .SideFloat li.wechat a:hover i {
                background-position: -40px -80px;
            }

        .SideFloat li.mobile {
        }

            .SideFloat li.mobile a i {
                background-position: 0 -120px;
            }

            .SideFloat li.mobile a:hover i {
                background-position: -40px -120px;
            }

        .SideFloat li.contact {
        }

            .SideFloat li.contact a i {
                background-position: 0 -160px;
            }

    .SideFloat .posa {
        position: absolute;
    }

    .SideFloat li.contact a .posa {
        display: none;
        opacity: 0;
        background: #c81408;
        top: -1px;
        right: -86px;
        line-height: 29px;
        padding-right: 10px;
        width: 190px;
        text-align: center;
    }

        .SideFloat li.contact a .posa i {
            float: left;
            background-position: -40px -160px;
            margin: 13px 0;
        }

        .SideFloat li.contact a .posa span {
            font-size: 14px;
        }

        .SideFloat li.contact a .posa p {
            font-size: 18px;
            letter-spacing: -1px;
        }

    .SideFloat li.back {
    }

        .SideFloat li.back a i {
            background-position: 0 -200px;
        }

        .SideFloat li.back.hover a i {
            background-position: -40px -200px;
        }

    .SideFloat li .imgs {
        display: none;
        opacity: 0;
        position: absolute;
        bottom: -1px;
        right: 100px;
        width: 175px;
        padding: 15px 0 5px;
        background: #fff;
        line-height: 26px;
        font-size: 20px;
        color: #636363;
        box-shadow: 1px 0 4px rgba(15, 15, 15, 0.5);
    }

        .SideFloat li .imgs img {
            display: block;
            width: 164px;
            margin: 0 auto;
        }

    .SideFloat li.first {
        margin-top: 0;
    }

        .SideFloat li.first a {
            border-top: none;
        }

    .SideFloat li.last {
        margin-bottom: 0;
        border-bottom: 0;
    }

        .SideFloat li.last a {
            border-bottom: none;
        }

    .SideFloat li.hover {
        z-index: 2;
        background: #c81408;
    }

    .SideFloat li.first.hover .red {
        color: #fff;
    }

    .SideFloat li.baojia.hover .posa,
    .SideFloat li.charge.hover .posa {
        background: #c81408;
    }

@keyframes msg-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes msg-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes msg-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


#picarea {
    /*WIDTH: 800px;*/
    BACKGROUND: #fff;
    /*HEIGHT: 780px;*/
    /*text-align: center;*/
}

#bigpicarea {
    POSITION: relative;
    MARGIN: 0px auto;
    /*WIDTH: 774px;*/
    OVERFLOW: hidden;
}

.bigbtnPrev {
    Z-INDEX: 100;
    POSITION: absolute;
    WIDTH: 35px;
    HEIGHT: 51px;
    TOP: 186px;
    CURSOR: pointer;
    LEFT: 30px;
}

.image IMG {
    BORDER-BOTTOM: #ececec 1px solid;
    MARGIN: 0px auto;
    BORDER-TOP: #ececec 1px solid;
    BORDER-RIGHT: #ececec 1px solid;
}

#bigpicarea .word {
    TEXT-ALIGN: center;
    /*HEIGHT: 50px;*/
    COLOR: #333;
}

#smallpicarea {
    /*MARGIN: 0px auto;
    WIDTH: 800px;*/
    PADDING-TOP: 20px;
}


#thumbs UL {
    MARGIN-TOP: 3px;
}

#thumbs LI {
    MARGIN: 0px 7px;
    WIDTH: 94px;
    DISPLAY: inline;
    FLOAT: left;
    HEIGHT: 60px;
    margin-bottom: 10px;
}

    #thumbs LI.last_img {
        MARGIN-RIGHT: 4px
    }

    #thumbs LI.first {
        MARGIN: 25px 10px 0px 15px;
        WIDTH: 9px;
        HEIGHT: 16px;
        CURSOR: pointer
    }

    #thumbs LI.last {
        MARGIN: 25px 10px 0px 15px;
        WIDTH: 9px;
        HEIGHT: 16px;
        CURSOR: pointer
    }

    #thumbs LI A {
        BORDER-BOTTOM: #fff 2px solid;
        BORDER-LEFT: #fff 2px solid;
        WIDTH: 94px;
        DISPLAY: block;
        FONT-SIZE: 0px;
        BORDER-TOP: #fff 2px solid;
        BORDER-RIGHT: #fff 2px solid
    }

        #thumbs LI A:hover {
            BORDER-BOTTOM: #000 2px solid;
            BORDER-LEFT: #000 2px solid;
            BORDER-TOP: #000 2px solid;
            BORDER-RIGHT: #000 2px solid
        }

        #thumbs LI A.current {
            BORDER-BOTTOM: #f8ae0f 2px solid;
            BORDER-LEFT: #f8ae0f 2px solid;
            BORDER-TOP: #f8ae0f 2px solid;
            BORDER-RIGHT: #f8ae0f 2px solid
        }


.search_span {
    width: 400px;
    float: left;
    height: 40px;
    background-color: #482006;
    position: relative;
    margin-right: 50px;
}

    .search_span em {
        width: 90px;
        float: left;
        padding: 0 0 0 10px;
        margin: 1px 0 1px 1px;
        height: 38px;
        line-height: 38px;
        border-right: 0;
        color: #505050;
        cursor: pointer;
        background-color: #ffffff;
    }

        .search_span em i {
            text-align: center;
            height: 8px;
            line-height: 8px;
            font-size: 12px;
            width: 8px;
            margin: 0;
            float: right;
            margin-top: 15px;
            margin-right: 5px;
        }

.vertical {
    width: 19px;
    float: left;
    line-height: 38px;
    margin: 1px 0 0 0;
    padding-right: 5px;
    text-align: center;
    color: #d9d9d9;
    background-color: #fff;
}

.search_span input {
    width: 200px;
    float: left;
    height: 38px;
    line-height: 38px;
    color: #999;
    font-size: 14px;
    margin: 1px 0;
    border: 0;
    padding: 0 10px 0 0;
}

.button {
    width: 80px;
    float: left;
    border: 0;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #482006;
}

.search_span ul {
    width: 90px;
    padding: 15px 10px;
    margin-top: 39px;
    background-color: #fff;
    float: left;
    position: absolute;
    border: solid 1px #482006;
    z-index: 99;
    display: none;
}

    .search_span ul li {
        width: 100%;
        float: left;
        margin-bottom: 16px;
        font-size: 12px;
        color: #505050;
        cursor: pointer;
    }

.ol_li img {
    margin: 0 10px 0 30px;
    float: left;
}

.navtab ol_li {
    width: 135px;
    line-height: 25px;
    border-right: dashed 1px #d8d8d8;
}


.chuangmei-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(31, 31, 31, 0.92);
    min-width: 1200px;
    width: 100%;
    overflow: hidden;
    height: 120px;
}

.ichuangmei {
    position: relative;
    width: 1181px;
    margin: 0 auto;
}

    .ichuangmei .close-btn {
        position: absolute;
        top: 11px;
        right: 0;
        font-size: 120px;
        font-weight: 100;
        z-index: 10000;
        width: 22px;
        height: 22px;
    }

        .ichuangmei .close-btn > span {
            display: inline-block;
            width: 1px;
            height: 22px;
            background: #fff;
            position: absolute;
            transform: rotate(45deg);
            top: 0;
            left: 13px;
            opacity: 0.57;
        }

            .ichuangmei .close-btn > span::after {
                content: '';
                display: inline-block;
                width: 1px;
                height: 22px;
                position: absolute;
                transform: rotate(90deg);
                background: #fff;
            }

    .ichuangmei .icm-container {
        display: flex;
        width: 1159px;
        margin: 0 auto;
        height: 135px;
        padding: 24px 0;
        box-sizing: border-box;
    }

    .ichuangmei .icm-left {
        margin-top: -4px;
    }

        .ichuangmei .icm-left > img {
            width: 406px;
            height: 48px;
            font-family: SourceHanSansSC-Bold;
            letter-spacing: 0px;
            color: #dcbc72;
        }

    .ichuangmei .tips {
        padding-left: 15px;
        width: 208px;
        height: 19px;
        font-family: SourceHanSansSC-Normal;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #f5f5f5;
        white-space: nowrap;
    }

    .ichuangmei .color_red {
        width: 175px;
        height: 18px;
        font-family: SourceHanSansSC-Normal;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0px;
        color: #ff0024;
    }


    .ichuangmei .input-container {
        margin: 0 25px;
    }

    .ichuangmei .flex {
        display: flex;
    }

.input-container input, .input-container .btn {
    width: 195px;
    background-color: #fdfdfa;
    line-height: 28px;
    margin-right: 15px;
    margin-bottom: 10px;
    padding-left: 8px;
    box-sizing: border-box;
    border: none;
}

.input-container .btn {
    text-align: center;
    background-color: #dcbc72;
    font-family: SourceHanSansSC-Medium;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #000000;
    padding-left: 0;
    cursor: pointer;
}

.ichuangmei .infor {
    height: 36px;
    overflow: hidden;
    position: relative;
}

    .ichuangmei .infor > img {
        position: absolute;
        top: 3px;
        left: 0;
        width: 25px;
        height: 22px;
        margin-top: 4px;
        vertical-align: middle;
    }

    .ichuangmei .infor > span {
        width: 158px;
        height: 25px;
        font-family: SourceHanSansSC-Normal;
        font-size: 26px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #f5f5f5;
        padding-left: 36px;
    }

.ichuangmei .tel-phone {
    width: 194px;
    height: 22px;
    font-family: Arial;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #dcbc72;
    white-space: nowrap;
}


.index_col_item img:hover {
    animation: tada 1s;
    -webkit-animation: tada 1s;
}
